# Textual content

Any characters not given an interpretation by the above rules will be parsed as plain textual content.

Example 671

Markdown HTML Demo
hello $.;'there

<p>hello $.;'there</p>

Example 672

Markdown HTML Demo
Foo χρῆν

<p>Foo χρῆν</p>

Internal spaces are preserved verbatim:

Example 673

Markdown HTML Demo
Multiple     spaces

<p>Multiple     spaces</p>